body {
  background-color: #202020;
  color: #FFF0E0;
  height: 100%;
  font-family: monospace;
}

#container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
}

.item_top {
  touch-action: none;
  user-select: none;
  padding: 2em;
  background-color: #101010;
  opacity:0.5;
  position:absolute;  
}

.item {
  touch-action: none;
  user-select: none;
}

#item:hover {
  cursor: pointer;
  border-width: 20px;
}

img.social {
  width: 64px;
  height: 64px;
  margin-top: 4px;
}

div.social {
  background-color: #004400;
  width: 100%;
  text-align: center;
}

div.social p {
  line-height: 1.25;
  display: inline-block;
  vertical-align: middle;
  padding-left: 1em;
  margin-top: 0px;
}

div.social a {
  display:block;
  width: 100%;
  height: 100%;
}

a:link {
  color: #AADDAA;
}

a:visited {
  color: #AADDAA;
}

a:hover {
  color: #00FF00;
}

a:active {
  color: #00FF00;
}

#stoptrack {
  width: 100%;
  background-color:#004400;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

#stoptrack:hover {
  cursor: pointer;
}